kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin.collections
/
[JRE]Map
/
containsValue
contains
Value
JRE
abstract
fun
containsValue
(
value
:
@
UnsafeVariance
V
)
:
Boolean
Content copied to clipboard
Returns
true
if the map maps one or more keys to the specified
value
.